[INFO] cloning repository https://github.com/daemontus/bn-scc-experiments
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/daemontus/bn-scc-experiments" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaemontus%2Fbn-scc-experiments", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaemontus%2Fbn-scc-experiments'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b25b6e27513c43e4645fe566bef0e10807dd6c08
[INFO] checking daemontus/bn-scc-experiments against try#163937523761cc0def32f1ba9ed63fdf65ad3478 for pr-156749
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaemontus%2Fbn-scc-experiments" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/daemontus/bn-scc-experiments
[INFO] finished tweaking git repo https://github.com/daemontus/bn-scc-experiments
[INFO] tweaked toml for git repo https://github.com/daemontus/bn-scc-experiments written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/daemontus/bn-scc-experiments on toolchain 163937523761cc0def32f1ba9ed63fdf65ad3478
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/daemontus/bn-scc-experiments already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 44755b97cf69798165d66e0b5abd48282961ba49f9acf4a502e83d71d41dfc4e
[INFO] running `Command { std: "docker" "start" "44755b97cf69798165d66e0b5abd48282961ba49f9acf4a502e83d71d41dfc4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "44755b97cf69798165d66e0b5abd48282961ba49f9acf4a502e83d71d41dfc4e" "/opt/rustwide/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "44755b97cf69798165d66e0b5abd48282961ba49f9acf4a502e83d71d41dfc4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "44755b97cf69798165d66e0b5abd48282961ba49f9acf4a502e83d71d41dfc4e" "/opt/rustwide/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking spin v0.5.0
[INFO] [stderr]     Checking cfg-if v0.1.9
[INFO] [stderr]    Compiling libc v0.2.59
[INFO] [stderr]    Compiling arrayvec v0.4.11
[INFO] [stderr]    Compiling autocfg v0.1.4
[INFO] [stderr]     Checking nodrop v0.1.13
[INFO] [stderr]     Checking scopeguard v0.3.3
[INFO] [stderr]     Checking memoffset v0.2.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.5
[INFO] [stderr]     Checking lazy_static v1.3.0
[INFO] [stderr]     Checking smallvec v0.6.10
[INFO] [stderr]     Checking crossbeam-utils v0.6.5
[INFO] [stderr]     Checking c2-chacha v0.2.2
[INFO] [stderr]     Checking crossbeam-queue v0.1.2
[INFO] [stderr]     Checking crossbeam-channel v0.3.8
[INFO] [stderr]    Compiling rand_chacha v0.2.0
[INFO] [stderr]     Checking crossbeam-epoch v0.7.1
[INFO] [stderr]     Checking getrandom v0.1.6
[INFO] [stderr]     Checking rand_core v0.5.0
[INFO] [stderr]     Checking rand v0.7.0
[INFO] [stderr]     Checking crossbeam-deque v0.7.1
[INFO] [stderr]     Checking crossbeam v0.7.1
[INFO] [stderr]     Checking biodivine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/u32/models.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |         (s | cx43_m)
[INFO] [stdout]    |         ^          ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 52 -         (s | cx43_m)
[INFO] [stdout] 52 +         s | cx43_m 
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/u32/models.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |         (s | l_tlr)
[INFO] [stdout]    |         ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 55 -         (s | l_tlr)
[INFO] [stdout] 55 +         s | l_tlr 
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/u32/models.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |         (!(s | gsk3b_h))
[INFO] [stdout]    |         ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 60 -         (!(s | gsk3b_h))
[INFO] [stdout] 60 +         !(s | gsk3b_h) 
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/u32/models.rs:90:9
[INFO] [stdout]    |
[INFO] [stdout] 90 |         (!(s | pi3kakt_h))
[INFO] [stdout]    |         ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 90 -         (!(s | pi3kakt_h))
[INFO] [stdout] 90 +         !(s | pi3kakt_h) 
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 |         (s | l_tlr)
[INFO] [stdout]     |         ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 114 -         (s | l_tlr)
[INFO] [stdout] 114 +         s | l_tlr 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:135:9
[INFO] [stdout]     |
[INFO] [stdout] 135 |         (!(s | pi3kakt_m))
[INFO] [stdout]     |         ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 135 -         (!(s | pi3kakt_m))
[INFO] [stdout] 135 +         !(s | pi3kakt_m) 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |         (s | l_tlr)
[INFO] [stdout]     |         ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 155 -         (s | l_tlr)
[INFO] [stdout] 155 +         s | l_tlr 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:173:9
[INFO] [stdout]     |
[INFO] [stdout] 173 |         (s | il1)
[INFO] [stdout]     |         ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 173 -         (s | il1)
[INFO] [stdout] 173 +         s | il1 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:213:9
[INFO] [stdout]     |
[INFO] [stdout] 213 |         (s | insulin)
[INFO] [stdout]     |         ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 213 -         (s | insulin)
[INFO] [stdout] 213 +         s | insulin 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:216:9
[INFO] [stdout]     |
[INFO] [stdout] 216 |         (s | gf)
[INFO] [stdout]     |         ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 216 -         (s | gf)
[INFO] [stdout] 216 +         s | gf 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:219:9
[INFO] [stdout]     |
[INFO] [stdout] 219 |         (s | therapy)
[INFO] [stdout]     |         ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 219 -         (s | therapy)
[INFO] [stdout] 219 +         s | therapy 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:246:9
[INFO] [stdout]     |
[INFO] [stdout] 246 |         (!(s | mdm2))
[INFO] [stdout]     |         ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 246 -         (!(s | mdm2))
[INFO] [stdout] 246 +         !(s | mdm2) 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:264:9
[INFO] [stdout]     |
[INFO] [stdout] 264 |         (s | metabolism)
[INFO] [stdout]     |         ^              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 264 -         (s | metabolism)
[INFO] [stdout] 264 +         s | metabolism 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:293:9
[INFO] [stdout]     |
[INFO] [stdout] 293 |         (!(s | cdk2))
[INFO] [stdout]     |         ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 293 -         (!(s | cdk2))
[INFO] [stdout] 293 +         !(s | cdk2) 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:313:9
[INFO] [stdout]     |
[INFO] [stdout] 313 |         (!(s | m_torc1_s6k1))
[INFO] [stdout]     |         ^                   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 313 -         (!(s | m_torc1_s6k1))
[INFO] [stdout] 313 +         !(s | m_torc1_s6k1) 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:385:9
[INFO] [stdout]     |
[INFO] [stdout] 385 |         (s | myc)
[INFO] [stdout]     |         ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 385 -         (s | myc)
[INFO] [stdout] 385 +         s | myc 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:406:9
[INFO] [stdout]     |
[INFO] [stdout] 406 |         (s | cyclin_d1)
[INFO] [stdout]     |         ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 406 -         (s | cyclin_d1)
[INFO] [stdout] 406 +         s | cyclin_d1 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:425:9
[INFO] [stdout]     |
[INFO] [stdout] 425 |         (s | egf)
[INFO] [stdout]     |         ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 425 -         (s | egf)
[INFO] [stdout] 425 +         s | egf 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:429:9
[INFO] [stdout]     |
[INFO] [stdout] 429 |         (s | egf)
[INFO] [stdout]     |         ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 429 -         (s | egf)
[INFO] [stdout] 429 +         s | egf 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:433:9
[INFO] [stdout]     |
[INFO] [stdout] 433 |         (s | egf)
[INFO] [stdout]     |         ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 433 -         (s | egf)
[INFO] [stdout] 433 +         s | egf 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:463:9
[INFO] [stdout]     |
[INFO] [stdout] 463 |         (s | p53)
[INFO] [stdout]     |         ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 463 -         (s | p53)
[INFO] [stdout] 463 +         s | p53 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:485:9
[INFO] [stdout]     |
[INFO] [stdout] 485 |         (s | p53)
[INFO] [stdout]     |         ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 485 -         (s | p53)
[INFO] [stdout] 485 +         s | p53 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:507:9
[INFO] [stdout]     |
[INFO] [stdout] 507 |         (s | p53)
[INFO] [stdout]     |         ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 507 -         (s | p53)
[INFO] [stdout] 507 +         s | p53 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:529:9
[INFO] [stdout]     |
[INFO] [stdout] 529 |         (s | p53)
[INFO] [stdout]     |         ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 529 -         (s | p53)
[INFO] [stdout] 529 +         s | p53 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<u32>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]   --> src/bitset.rs:81:41
[INFO] [stdout]    |
[INFO] [stdout] 81 |             if self.values[value_index].compare_and_swap(old_value, new_value, Ordering::SeqCst) == old_value {
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/u32/models.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |         (s | cx43_m)
[INFO] [stdout]    |         ^          ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 52 -         (s | cx43_m)
[INFO] [stdout] 52 +         s | cx43_m 
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/u32/models.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |         (s | l_tlr)
[INFO] [stdout]    |         ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 55 -         (s | l_tlr)
[INFO] [stdout] 55 +         s | l_tlr 
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/u32/models.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |         (!(s | gsk3b_h))
[INFO] [stdout]    |         ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 60 -         (!(s | gsk3b_h))
[INFO] [stdout] 60 +         !(s | gsk3b_h) 
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/u32/models.rs:90:9
[INFO] [stdout]    |
[INFO] [stdout] 90 |         (!(s | pi3kakt_h))
[INFO] [stdout]    |         ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 90 -         (!(s | pi3kakt_h))
[INFO] [stdout] 90 +         !(s | pi3kakt_h) 
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 |         (s | l_tlr)
[INFO] [stdout]     |         ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 114 -         (s | l_tlr)
[INFO] [stdout] 114 +         s | l_tlr 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:135:9
[INFO] [stdout]     |
[INFO] [stdout] 135 |         (!(s | pi3kakt_m))
[INFO] [stdout]     |         ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 135 -         (!(s | pi3kakt_m))
[INFO] [stdout] 135 +         !(s | pi3kakt_m) 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |         (s | l_tlr)
[INFO] [stdout]     |         ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 155 -         (s | l_tlr)
[INFO] [stdout] 155 +         s | l_tlr 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:173:9
[INFO] [stdout]     |
[INFO] [stdout] 173 |         (s | il1)
[INFO] [stdout]     |         ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 173 -         (s | il1)
[INFO] [stdout] 173 +         s | il1 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:213:9
[INFO] [stdout]     |
[INFO] [stdout] 213 |         (s | insulin)
[INFO] [stdout]     |         ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 213 -         (s | insulin)
[INFO] [stdout] 213 +         s | insulin 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:216:9
[INFO] [stdout]     |
[INFO] [stdout] 216 |         (s | gf)
[INFO] [stdout]     |         ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 216 -         (s | gf)
[INFO] [stdout] 216 +         s | gf 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:219:9
[INFO] [stdout]     |
[INFO] [stdout] 219 |         (s | therapy)
[INFO] [stdout]     |         ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 219 -         (s | therapy)
[INFO] [stdout] 219 +         s | therapy 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:246:9
[INFO] [stdout]     |
[INFO] [stdout] 246 |         (!(s | mdm2))
[INFO] [stdout]     |         ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 246 -         (!(s | mdm2))
[INFO] [stdout] 246 +         !(s | mdm2) 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:264:9
[INFO] [stdout]     |
[INFO] [stdout] 264 |         (s | metabolism)
[INFO] [stdout]     |         ^              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 264 -         (s | metabolism)
[INFO] [stdout] 264 +         s | metabolism 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:293:9
[INFO] [stdout]     |
[INFO] [stdout] 293 |         (!(s | cdk2))
[INFO] [stdout]     |         ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 293 -         (!(s | cdk2))
[INFO] [stdout] 293 +         !(s | cdk2) 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:313:9
[INFO] [stdout]     |
[INFO] [stdout] 313 |         (!(s | m_torc1_s6k1))
[INFO] [stdout]     |         ^                   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 313 -         (!(s | m_torc1_s6k1))
[INFO] [stdout] 313 +         !(s | m_torc1_s6k1) 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:385:9
[INFO] [stdout]     |
[INFO] [stdout] 385 |         (s | myc)
[INFO] [stdout]     |         ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 385 -         (s | myc)
[INFO] [stdout] 385 +         s | myc 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:406:9
[INFO] [stdout]     |
[INFO] [stdout] 406 |         (s | cyclin_d1)
[INFO] [stdout]     |         ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 406 -         (s | cyclin_d1)
[INFO] [stdout] 406 +         s | cyclin_d1 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:425:9
[INFO] [stdout]     |
[INFO] [stdout] 425 |         (s | egf)
[INFO] [stdout]     |         ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 425 -         (s | egf)
[INFO] [stdout] 425 +         s | egf 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:429:9
[INFO] [stdout]     |
[INFO] [stdout] 429 |         (s | egf)
[INFO] [stdout]     |         ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 429 -         (s | egf)
[INFO] [stdout] 429 +         s | egf 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:433:9
[INFO] [stdout]     |
[INFO] [stdout] 433 |         (s | egf)
[INFO] [stdout]     |         ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 433 -         (s | egf)
[INFO] [stdout] 433 +         s | egf 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:463:9
[INFO] [stdout]     |
[INFO] [stdout] 463 |         (s | p53)
[INFO] [stdout]     |         ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 463 -         (s | p53)
[INFO] [stdout] 463 +         s | p53 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:485:9
[INFO] [stdout]     |
[INFO] [stdout] 485 |         (s | p53)
[INFO] [stdout]     |         ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 485 -         (s | p53)
[INFO] [stdout] 485 +         s | p53 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:507:9
[INFO] [stdout]     |
[INFO] [stdout] 507 |         (s | p53)
[INFO] [stdout]     |         ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 507 -         (s | p53)
[INFO] [stdout] 507 +         s | p53 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/u32/models.rs:529:9
[INFO] [stdout]     |
[INFO] [stdout] 529 |         (s | p53)
[INFO] [stdout]     |         ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 529 -         (s | p53)
[INFO] [stdout] 529 +         s | p53 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<u32>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/u32/parallel.rs:169:43
[INFO] [stdout]     |
[INFO] [stdout] 169 |                 self.parent_pointer[item].compare_and_swap(parent as u32, parents_parent as u32, Ordering::SeqCst);
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<u32>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/u32/parallel.rs:186:47
[INFO] [stdout]     |
[INFO] [stdout] 186 |                     if self.parent_pointer[r].compare_and_swap(r as u32, l as u32, Ordering::SeqCst) == r as u32 { return }
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<u32>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/u32/parallel.rs:188:47
[INFO] [stdout]     |
[INFO] [stdout] 188 |                     if self.parent_pointer[l].compare_and_swap(l as u32, r as u32, Ordering::SeqCst) == l as u32 { return }
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<u32>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]   --> src/bitset.rs:81:41
[INFO] [stdout]    |
[INFO] [stdout] 81 |             if self.values[value_index].compare_and_swap(old_value, new_value, Ordering::SeqCst) == old_value {
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<u32>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/u32/parallel.rs:169:43
[INFO] [stdout]     |
[INFO] [stdout] 169 |                 self.parent_pointer[item].compare_and_swap(parent as u32, parents_parent as u32, Ordering::SeqCst);
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<u32>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/u32/parallel.rs:186:47
[INFO] [stdout]     |
[INFO] [stdout] 186 |                     if self.parent_pointer[r].compare_and_swap(r as u32, l as u32, Ordering::SeqCst) == r as u32 { return }
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<u32>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/u32/parallel.rs:188:47
[INFO] [stdout]     |
[INFO] [stdout] 188 |                     if self.parent_pointer[l].compare_and_swap(l as u32, r as u32, Ordering::SeqCst) == l as u32 { return }
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `num_vars` is never used
[INFO] [stdout]    --> src/bdd/mod.rs:101:8
[INFO] [stdout]     |
[INFO] [stdout]  73 | impl BDD {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 101 |     fn num_vars(&self) -> u32 {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
[INFO] running `Command { std: "docker" "inspect" "44755b97cf69798165d66e0b5abd48282961ba49f9acf4a502e83d71d41dfc4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44755b97cf69798165d66e0b5abd48282961ba49f9acf4a502e83d71d41dfc4e", kill_on_drop: false }`
[INFO] [stdout] 44755b97cf69798165d66e0b5abd48282961ba49f9acf4a502e83d71d41dfc4e
